encoding/json.decodeState.objectInterface (method)

3 uses

	encoding/json (current package)
		decode.go#L624: 		oi := d.objectInterface()
		decode.go#L1048: 		val = d.objectInterface()
		decode.go#L1083: func (d *decodeState) objectInterface() map[string]any {